public bool Remove( TKey key )
'Declaration Public Overloads Function Remove( _ ByVal key As TKey _ ) As Boolean
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim key As TKey Dim value As Boolean value = instance.Remove(key)
public: bool Remove( TKey* key )
Target Platforms
DictionaryWithEvents<TKey,TValue> Class DictionaryWithEvents<TKey,TValue> Members Overload List